Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale primitive type array index down #1305

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

ptomin
Copy link
Collaborator

@ptomin ptomin commented Dec 7, 2023

id[index * 4] -> id[index] if id is word32 *.

@ptomin ptomin self-assigned this Dec 7, 2023
@ptomin ptomin added the bug This issue describes a defect in Reko label Dec 7, 2023
@ptomin ptomin requested a review from uxmal December 7, 2023 08:45
@uxmal
Copy link
Owner

uxmal commented Dec 7, 2023

You're on a roll, @ptomin! Nice work.

@uxmal uxmal merged commit 7728ee1 into uxmal:master Dec 7, 2023
8 checks passed
@ptomin ptomin deleted the scale-down-primitive-type-array-index branch December 7, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes a defect in Reko
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants